Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / RenderInputComboBox Constructor / RenderInputComboBox Constructor(String[])
The strings that are used to initialize the Items array.

In This Topic
    RenderInputComboBox Constructor(String[])
    In This Topic
    Initializes a new instance of the RenderInputComboBox class, assigning Items from the specified strings.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray items() As String _
    )
    public RenderInputComboBox( 
       params string[] items
    )

    Parameters

    items
    The strings that are used to initialize the Items array.
    See Also